home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / E16.Font < prev    next >
Encoding:
Text File  |  1990-04-03  |  1.8 KB  |  64 lines  |  [TEXT/MPS ]

  1. ; File:  E16.Font
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. fmDupStartUpErr EQU $1B01  ; duplicate FMStartUp call
  9. fmResetErr EQU $1B02  ; can't reset the Font Manager
  10. fmNotActiveErr EQU $1B03  ; Font Manager not active
  11. fmFamNotFndErr EQU $1B04  ; family not found
  12. fmFontNtFndErr EQU $1B05  ; font not found
  13. fmFontMemErr EQU $1B06  ; font not in memory
  14. fmSysFontErr EQU $1B07  ; system font cannot be purgeable
  15. fmBadFamNumErr EQU $1B08  ; illegal family number
  16. fmBadSizeErr EQU $1B09  ; illegal size
  17. fmBadNameErr EQU $1B0A  ; illegal name length
  18. fmMenuErr EQU $1B0B  ; fix font menu never called
  19. fmScaleSizeErr EQU $1B0C  ; scaled size of font exeeds limits
  20. chicago EQU $FFFD
  21. shaston EQU $FFFE
  22. systemFont0 EQU $0000
  23. systemFont1 EQU $0001
  24. newYork EQU $0002
  25. geneva EQU $0003
  26. monaco EQU $0004
  27. venice EQU $0005
  28. london EQU $0006
  29. athens EQU $0007
  30. sanFrancisco EQU $0008
  31. toronto EQU $0009
  32. cairo EQU $000B
  33. losAngeles EQU $000C
  34. zapfDingbats EQU $000D
  35. bookman EQU $000E
  36. helveticaNarrow EQU $000F
  37. palatino EQU $0010
  38. zapfChancery EQU $0012
  39. times EQU $0014
  40. helvetica EQU $0015
  41. courier EQU $0016
  42. symbol EQU $0017
  43. taliesin EQU $0018
  44. avanteGarde EQU $0021
  45. newCenturySchoolbook EQU $0022
  46. baseOnlyBit EQU $0020  ; FamSpecBits
  47. notBaseBit EQU $0020  ; FamStatBits
  48. memOnlyBit EQU $0001  ; FontSpecBits
  49. realOnlyBit EQU $0002  ; FontSpecBits
  50. anyFamBit EQU $0004  ; FontSpecBits
  51. anyStyleBit EQU $0008  ; FontSpecBits
  52. anySizeBit EQU $0010  ; FontSpecBits
  53. memBit EQU $0001  ; FontStatBits
  54. unrealBit EQU $0002  ; FontStatBits
  55. apFamBit EQU $0004  ; FontStatBits
  56. apVarBit EQU $0008  ; FontStatBits
  57. purgeBit EQU $0010  ; FontStatBits
  58. notDiskBit EQU $0020  ; FontStatBits
  59. notFoundBit EQU $8000  ; FontStatBits
  60. dontScaleBit EQU $0001  ; Scale Word
  61. ; offset constants for FontStatRec
  62. oresultID EQU 0
  63. oresultStats EQU 4
  64.